PowerTools MultiRow for Windows Forms 8.0J
ActionList コンストラクタ(String,IAction[])

作成するアクションの表示名。アクションの主な機能を簡潔に説明する短い文字列を指定します。
ActionListの実行時に実行されるアクション。
アクションのリストと表示名を使用して、ActionListクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal name As String, _
   ByVal ParamArray actions() As IAction _
)
public ActionList( 
   string name,
   params IAction[] actions
)

パラメータ

name
作成するアクションの表示名。アクションの主な機能を簡潔に説明する短い文字列を指定します。
actions
ActionListの実行時に実行されるアクション。
例外
例外解説
System.ArgumentNullExceptionアクション配列の1つ以上の項目がnull 参照 (Visual Basicでは Nothing)です。
参照

ActionList クラス
ActionList メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.